home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET
/
BCI NET Dec 94.iso
/
archives
/
programming
/
c
/
gcc261ud-c.lha
/
gnu
/
os-include
/
proto
/
dos.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-09-22
|
338b
|
19 lines
#ifndef PROTO_DOS_H
#define PROTO_DOS_H
#ifndef DOS_EXALL_H
#include <dos/exall.h>
#endif
#ifndef UTILITY_TAGITEM_H
#include <utility/tagitem.h>
#endif
#include <clib/dos_protos.h>
#if defined(__OPTIMIZE__) && !defined(__NOINLINES__)
#include <inline/dos.h>
#endif
#ifndef __NOLIBBASE__
extern struct DosLibrary *DOSBase;
#endif
#endif